ASP.NET Pack Programmer's Guide
ArrayIterable(T) Constructor
See Also
 






Initializes a new instance of the ArrayIterable class.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public ArrayIterable (
    T[][] array
)

 Parameters

array

A two-dimensional array that will be iterated.

 See Also

ArrayIterable(T) Class
com.mindfusion.common Namespace